github.com/refraction-networking/utls.clientHelloMsg.supportedPoints (field)

18 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L84: 		supportedPoints:              []uint8{pointFormatUncompressed},
		handshake_client.go#L234: 		hello.supportedPoints = nil
		handshake_messages.go#L81: 	supportedPoints                  []uint8
		handshake_messages.go#L128: 	if len(m.supportedPoints) > 0 && !echInner {
		handshake_messages.go#L133: 				exts.AddBytes(m.supportedPoints)
		handshake_messages.go#L558: 			if !readUint8LengthPrefixed(&extData, &m.supportedPoints) ||
		handshake_messages.go#L559: 				len(m.supportedPoints) == 0 {
		handshake_messages.go#L728: 		supportedPoints:                  slices.Clone(m.supportedPoints),
		handshake_server.go#L279: 	hs.ecdheOk = supportsECDHE(c.config, c.vers, hs.clientHello.supportedCurves, hs.clientHello.supportedPoints)
		handshake_server.go#L281: 	if hs.ecdheOk && len(hs.clientHello.supportedPoints) > 0 {
		handshake_server.go#L1000: 		SupportedPoints:   clientHello.supportedPoints,
		handshake_server_tls13.go#L718: 		!bytes.Equal(ch.supportedPoints, ch1.supportedPoints) ||
		u_handshake_client.go#L206: 		supportedPoints:              []uint8{pointFormatUncompressed},
		u_handshake_client.go#L357: 		hello.supportedPoints = nil
		u_public.go#L405: 			supportedPoints:                  chm.SupportedPoints,
		u_public.go#L458: 			SupportedPoints:              chm.supportedPoints,